CP210x Linux Driver Source v0.9 Release Notes
Copyright (C) 2005 Silicon Laboratories, Inc.

This release contains the following components:

* Driver Build Script (Makefile)
* Driver Load Script (load_mcci_usb)
* Driver Unload Script (unload_mcci_usb)
* Header Files (*.h)
* Source Files (*.c)
* Gnu Public License (gpl.txt)
* Linux Readme.txt (this file)


Building Package
----------------

	1) Edit Makefile file paths for target Linux kernel.
	2) Type "make" at the command prompt, in the directory
	   containing the driver files.


Debug Options
-------------

	1) The module is loaded with a verbose parameter 
	   (0 = quiet, 1 = noisy).  Messages are logged in
	   /var/log/ directory.
	2) When a CP210x device is connected via USB an
	   entry will appear in /proc/mcci_x.


Known Issues and Limitations
----------------------------

	None


CP210x Linux Driver Source Revision History
------------------------------------------

Version 1.0
	
	Initial Release